home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Utilitare / accuhash / ah2setup.exe / {app} / accuhash.exe / 0 / RCDATA / TCALCFORM / TCALCFORM.txt
Text File  |  2004-09-13  |  3KB  |  163 lines

  1. object CalcForm: TCalcForm
  2.   Left = 298
  3.   Top = 298
  4.   AutoScroll = False
  5.   BorderIcons = []
  6.   Caption = 'Hash Calculator'
  7.   ClientHeight = 173
  8.   ClientWidth = 542
  9.   Color = clBtnFace
  10.   Constraints.MinHeight = 200
  11.   Constraints.MinWidth = 370
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = False
  18.   Position = poMainFormCenter
  19.   DesignSize = (
  20.     542
  21.     173)
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object FileLabel: TTntLabel
  25.     Left = 8
  26.     Top = 4
  27.     Width = 16
  28.     Height = 13
  29.     Caption = '&File'
  30.   end
  31.   object HashLabel: TTntLabel
  32.     Left = 8
  33.     Top = 86
  34.     Width = 105
  35.     Height = 13
  36.     Caption = 'Calculated hash &value'
  37.   end
  38.   object CompLabel: TTntLabel
  39.     Left = 8
  40.     Top = 127
  41.     Width = 90
  42.     Height = 13
  43.     Caption = '&Original hash value'
  44.   end
  45.   object TypeLabel: TTntLabel
  46.     Left = 8
  47.     Top = 45
  48.     Width = 48
  49.     Height = 13
  50.     Caption = '&Hash type'
  51.   end
  52.   object CodeLabel: TTntLabel
  53.     Left = 144
  54.     Top = 45
  55.     Width = 45
  56.     Height = 13
  57.     Caption = '&Encoding'
  58.     FocusControl = CodeBox
  59.   end
  60.   object FileEdit: TTntEdit
  61.     Left = 8
  62.     Top = 20
  63.     Width = 446
  64.     Height = 21
  65.     Anchors = [akLeft, akTop, akRight]
  66.     TabOrder = 0
  67.   end
  68.   object FileButton: TTntButton
  69.     Left = 461
  70.     Top = 18
  71.     Width = 75
  72.     Height = 25
  73.     Anchors = [akTop, akRight]
  74.     Caption = 'Browse...'
  75.     TabOrder = 1
  76.     OnClick = FileButtonClick
  77.   end
  78.   object HashEdit: TEdit
  79.     Left = 8
  80.     Top = 102
  81.     Width = 446
  82.     Height = 21
  83.     Anchors = [akLeft, akTop, akRight]
  84.     ReadOnly = True
  85.     TabOrder = 4
  86.   end
  87.   object CompEdit: TEdit
  88.     Left = 8
  89.     Top = 143
  90.     Width = 446
  91.     Height = 21
  92.     Anchors = [akLeft, akTop, akRight]
  93.     TabOrder = 6
  94.   end
  95.   object CalcButton: TTntButton
  96.     Left = 461
  97.     Top = 100
  98.     Width = 75
  99.     Height = 25
  100.     Anchors = [akTop, akRight]
  101.     Caption = '&Calculate'
  102.     Default = True
  103.     TabOrder = 5
  104.     OnClick = CalcButtonClick
  105.   end
  106.   object CloseButton: TTntButton
  107.     Left = 460
  108.     Top = 60
  109.     Width = 75
  110.     Height = 25
  111.     Anchors = [akTop, akRight]
  112.     Cancel = True
  113.     Caption = 'C&lose'
  114.     ModalResult = 2
  115.     TabOrder = 8
  116.   end
  117.   object ProgressBar: TTntProgressBar
  118.     Left = 168
  119.     Top = 8
  120.     Width = 269
  121.     Height = 17
  122.     Anchors = [akLeft, akTop, akRight]
  123.     Max = 1000
  124.     Smooth = True
  125.     TabOrder = 9
  126.     Visible = False
  127.   end
  128.   object CompButton: TTntButton
  129.     Left = 461
  130.     Top = 141
  131.     Width = 75
  132.     Height = 25
  133.     Anchors = [akTop, akRight]
  134.     Caption = 'Co&mpare'
  135.     TabOrder = 7
  136.     OnClick = CompButtonClick
  137.   end
  138.   object HashBox: TComboBox
  139.     Left = 8
  140.     Top = 61
  141.     Width = 129
  142.     Height = 21
  143.     Style = csDropDownList
  144.     ItemHeight = 13
  145.     TabOrder = 2
  146.     OnClick = HashBoxClick
  147.   end
  148.   object CodeBox: TComboBox
  149.     Left = 144
  150.     Top = 61
  151.     Width = 129
  152.     Height = 21
  153.     Style = csDropDownList
  154.     ItemHeight = 13
  155.     TabOrder = 3
  156.     OnClick = CodeBoxClick
  157.   end
  158.   object OpenDialog: TTntOpenDialog
  159.     Left = 120
  160.     Top = 8
  161.   end
  162. end
  163.